@charset "UTF-8";
@font-face {
  font-family: "Miso";
  src: url("/toraco/fonts/miso-bold.eot");
  src: url("/toraco/fonts/miso-bold.eot?#iefix") format("embedded-opentype"), url("/toraco/fonts/miso-bold.woff2") format("woff2"), url("/toraco/fonts/miso-bold.woff") format("woff"), url("/toraco/fonts/miso-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Miso";
  src: url("/toraco/fonts/miso-regular.eot");
  src: url("/toraco/fonts/miso-regular?#iefix") format("embedded-opentype"), url("/toraco/fonts/miso-regular.woff2") format("woff2"), url("/toraco/fonts/miso-regular.woff") format("woff"), url("/toraco/fonts/miso-regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Miso";
  src: url("/toraco/fonts/miso-light.eot");
  src: url("/toraco/fonts/miso-light?#iefix") format("embedded-opentype"), url("/toraco/fonts/miso-light.woff2") format("woff2"), url("/toraco/fonts/miso-light.woff") format("woff"), url("/toraco/fonts/miso-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* ********************************************************
  共通初期化CSS
******************************************************** */
html, body, div, header, footer, article, section, aside, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: none;
}

ol, ul, li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: 0;
}

@media print {
  body {
    zoom: 60%;
  }
}
#container #main.dance {
  background: url(/toraco/img/dance/bg.gif) repeat-y top center;
  background-size: 100% auto;
  min-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #container #main.dance {
    min-width: 100%;
  }
}
.intro {
  text-align: center;
}
.intro h2 {
  width: 600px;
  margin: 0 auto 60px auto;
}
.intro h2 img {
  width: 100%;
  height: auto;
}
.intro p.lead {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.8;
  font-family: source-han-sans-japanese, sans-serif;
  margin: 10px 0;
}
.intro p.lead span.marker {
  display: inline-block;
  position: relative;
}
.intro p.lead span.marker::before {
  content: "";
  display: block;
  background: #fff001;
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: 6px;
  left: 0;
}
.intro p.lead span.txt {
  position: relative;
  z-index: 100;
}
.intro .youtube-y {
  margin: 60px auto;
}

.btnReturn {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .intro h2 {
    width: 90vw;
    margin-bottom: 40px;
  }
  .intro p.lead {
    font-size: 14px;
    margin: 10px 4%;
  }
}
.unit {
  text-align: center;
  width: 870px;
  margin: 60px auto 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.unit .wrap {
  position: relative;
}
.unit .wrap:before {
  background: #000000;
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 8px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
.unit .wrap .contents {
  text-align: center;
  position: relative;
  z-index: 100;
  background: #f6c0d7;
  border-radius: 16px;
  border: 1px solid #000000;
  padding: 50px 100px 60px 100px;
}
.unit#about h3 {
  width: 630px;
  margin: 0 auto 30px auto;
}
.unit#about h3 img {
  width: 100%;
  height: auto;
}
.unit#about h4 {
  font-weight: 500;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 24px;
  margin: 30px 0 0 0;
  background: url(/toraco/img/dance/line.png) no-repeat center bottom;
  background-size: 100% auto;
  display: inline-block;
}
.unit#about p.txt {
  font-weight: 500;
}
.unit#about .youtube-y {
  margin-top: 20px;
}
.unit#about blockquote {
  border: 1px solid #000000;
}
.unit#profile .contents {
  background: #b7e6e6;
}
.unit#profile h3 {
  width: 280px;
  margin: 0 auto 30px auto;
}
.unit#profile h3 img {
  width: 100%;
  height: auto;
}
.unit#profile h4 {
  background: #FFF;
  padding: 8px 0 10px;
  border-radius: 50px;
  font-weight: 500;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 24px;
  margin: 30px 0 20px 0;
  line-height: 1;
}
.unit#profile h5 {
  font-weight: 500;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 18px;
  padding-left: 22px;
  position: relative;
  margin: 15px 0 5px 0;
}
.unit#profile h5::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #fff001;
  border-right: 0;
}
.unit#profile .profile_photo {
  width: 160px;
  height: auto;
}
.unit#profile .info {
  margin: 20px 0;
  text-align: left;
  font-weight: 500;
}
.unit#profile .info dl {
  display: table;
}
.unit#profile .info dl dt,
.unit#profile .info dl dd {
  display: table-cell;
}
.unit#profile .info dl dt {
  width: 60px;
}

@media screen and (max-width: 767px) {
  .unit {
    width: auto;
    margin: 40px 4% 0 4%;
  }
  .unit .wrap:before {
    top: 7px;
    left: 6px;
  }
  .unit .wrap .contents {
    padding: 30px 15px 40px 15px;
  }
  .unit#about h3 {
    width: 84%;
    max-width: 400px;
    margin: 0 auto 20px auto;
  }
  .unit#about h4 {
    font-size: 18px;
    margin: 20px 0 0 0;
  }
  .unit#about p.txt {
    text-align: left;
    font-size: 13px;
    line-height: 1.6;
  }
  .unit#about .youtube-y {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
    margin: 20px auto;
  }
  .unit#about .youtube-y iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
  }
  .unit#profile h3 {
    width: 200px;
    margin: 0 auto 20px auto;
  }
  .unit#profile h4 {
    border-radius: 40px;
    font-size: 17px;
    margin: 30px 0 20px 0;
  }
  .unit#profile h5 {
    font-size: 15px;
    padding-left: 15px;
  }
  .unit#profile h5::before {
    top: 6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff001;
    border-right: 0;
  }
  .unit#profile .profile_photo {
    width: 140px;
    height: auto;
  }
  .unit#profile .info {
    margin: 20px 0;
    text-align: left;
    line-height: 1.6;
  }
  .unit#profile .info p.txt {
    font-size: 13px;
  }
  .unit#profile .info dl {
    display: table;
  }
  .unit#profile .info dl dt,
  .unit#profile .info dl dd {
    display: table-cell;
    font-size: 13px;
  }
  .unit#profile .info dl dt {
    width: 50px;
  }
}
/*# sourceMappingURL=dance.css.map */